Fix bool-vector-count-population bug on MinGW64.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jan 2014 20:55:22 +0000 (12:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jan 2014 20:55:22 +0000 (12:55 -0800)
commit04cac28f3a59fa74e59097eada71cdf66e67c3e3
tree586ee1c42f55844129a8a27a92a4752a44d1e04f
parentfdea492eeafa2a3f622a4f6924895b72d8d3c040
Fix bool-vector-count-population bug on MinGW64.

* data.c (count_one_bits_word): Fix bug (negated comparison)
when BITS_PER_ULL < BITS_PER_BITS_WORD.
src/ChangeLog
src/data.c